com.supermap.armap.armapping

类 ARLayers

  • java.lang.Object
    • com.supermap.armap.armapping.ARLayers


  • public class ARLayers
    extends java.lang.Object
    AR图层集合类
    • 构造器概要

      构造器 
      构造器和说明
      ARLayers() 
    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      ARElementLayer add(Dataset dataset, ARLayerType type)
      添加AR图层
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ARLayers

        public ARLayers()
    • 方法详细资料

      • add

        public ARElementLayer add(Dataset dataset,
                                  ARLayerType type)
        添加AR图层
        参数:
        dataset - 图层对应的数据集
        type - 图层类型,见ARLayerType
        返回:
        AR图层,见ARElementLayer